CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rgb hsv matlab

搜索资源列表

  1. 咖吗滤波matlab

    1下载:
  2. function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. %   H = RGB2HSV(M) converts an RGB color map to an HSV color map. %   Each map is a matrix with any number of rows, exactly three
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:1517
    • 提供者:leohee
  1. 图像格式转换

    1下载:
  2. rgb转hsv格式matlab程序,我自己编的
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-11-13
    • 文件大小:196
    • 提供者:fxfbfxfb
  1. report of seal recognization.rar

    0下载:
  2. 在 RGB、HSV、YCBCR三个空间,实现印章的提取,设计了MATLAB GUI界面,综合利用三空间的特点,高质量地从复杂背景中提取印章。
  3. 所属分类:编程文档

    • 发布日期:2011-05-18
    • 文件大小:901295
    • 提供者:nudtlijinhui
  1. ColorHistogram.rar

    1下载:
  2. 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。,Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-09
    • 文件大小:1293
    • 提供者:卢悦
  1. rgb2hsvycbcr

    0下载:
  2. RGB颜色空间转换为 YCbCr 和HSV空间,自己编写的matlab 代码,希望对打家有帮助。-RGB color space is converted to YCbCr and HSV space, have written matlab code, want to combatants spar in home help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:2443
    • 提供者:shen
  1. rgb2hsi

    1下载:
  2. rgb颜色空间与hsi颜色空间转换的一段MATLAB代码。-a matlab code rgb space to hsi space or return.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1320
    • 提供者:叶伍
  1. ColorSpace

    1下载:
  2. 色彩空间转换,支持RGB, YUV, HSV, HSL, Lab, Luv等格式-Color space conversion, support for RGB, YUV, HSV, HSL, Lab, Luv, etc. formats
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-05
    • 文件大小:50968
    • 提供者:Karl Lu
  1. color_hist256

    2下载:
  2. 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image,
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:580
    • 提供者:杨红菊
  1. gray2rgb.ZIP

    0下载:
  2. Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:63692
    • 提供者:龙鹏
  1. rgb2hsv_r

    0下载:
  2. matlab source code for conversion of image from RGB to HSV colorspace
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:798
    • 提供者:ronak2018
  1. rgbtohsv

    0下载:
  2. 1.将RGB彩色图象变换为二值图象并显示。 2.将RGB彩色图象变换为HSV彩色图象并显示。 -1. The RGB color image is transformed into binary image and displayed. 2. Will transform RGB to HSV color image and display color images.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:2525
    • 提供者:王娟
  1. rgb_to_gray

    0下载:
  2. Rgb to Gray/hsv .by matlab. sourcedode
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1911
    • 提供者:mooi
  1. normalise

    0下载:
  2. Normalises image values to 0-1, or to desired mean and variance Usage: n = normalise(im) Offsets and rescales image so that the minimum value is 0 and the maximum value is 1. Result is returned in n. If the image is colour the
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:mahmood
  1. colorspacezhuanhuan

    1下载:
  2. RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4331
    • 提供者:李佳航
  1. colorDetection

    0下载:
  2. The provided Matlab functions demonstrate a simple method for training and testing a color detection system. In general, a color detection algorithm searches an image for pixels that have a specific color. In this demo the HSV color space has been us
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-26
    • 文件大小:169700
    • 提供者:jack
  1. RGBtoHSV

    0下载:
  2. RGB Imagen to HSV, it s a matlab file (.m) easier to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:181107
    • 提供者:charlie
  1. HSV-histogram

    1下载:
  2. HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1112
    • 提供者:董懂
  1. hsv

    1下载:
  2. rgb颜色模型和hsv颜色模型的转化,用于数字图像处理,matlab-hsv rgb color model color model and the transformation to digital image processing, matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:624
    • 提供者:陈敏洁
  1. MATLAB rgb hsv 边缘轮廓提取

    0下载:
  2. MATLAB 图像处理 rgb hsv 边缘轮廓提取
  3. 所属分类:人工智能/神经网络/遗传算法

  1. cbirRGB HSV

    0下载:
  2. 使用RGB HSV HISTOGRAM检测(CBIR by RGB HSV HIstogram in order to retrieve the similar image by the lowest error between the select image and the database)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:162816
    • 提供者:陈94
« 12 3 »
搜珍网 www.dssz.com